ChoiWheatley
Search
CTRL + K
python f-string에서 중괄호 표기하는 방법
https://pythonhow.com/how/print-literal-curly-brace-characters-in-a-string-and-also-use-dotformat-on-it/#:~:text=To print literal curly braces in a string," { {}}" formatted_string %3D string.format("Hello%2C world!") print(formatted_string)
f'{{}}